home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -serious- / misc / gettype / gt.doc < prev    next >
Text File  |  1999-09-06  |  25KB  |  604 lines

  1.  
  2.  +--------------------------------------------------------------------------+
  3.  |                    Documentation for GetType 1.14b                       |
  4.  |                                                                          |
  5.  |     Program & related files are copyright © 1997-1999 Andrew Bell.       |
  6.  |                                                                          |
  7.  |          Homepage: http://www.homeusers.prestel.co.uk/ab2000             |
  8.  |                                                                          |
  9.  |                   email: andrew.ab2000@bigfoot.com                       |
  10.  |                                                                          |
  11.  +--------------------------------------------------------------------------+
  12.  
  13.  
  14.  ----------------------------------------------------------------------------
  15.  DISCLAIMER
  16.  ----------------------------------------------------------------------------
  17.  
  18.  BY USING THIS PROGRAM THE USER ACCEPTS FULL LIABILITY FOR ANY DAMAGE THAT
  19.  COULD POSSIBLY BE CAUSED BY ITS USAGE OR MISUSE. THE AUTHOR OF THIS SOFTWARE
  20.  CANNOT BE HELD RESPONSIBLE FOR ANY DAMAGE.
  21.  
  22.  THIS PROGRAM IS PROVIDED AS-IS. USE THIS PROGRAM AT YOUR OWN RISK.
  23.  
  24.                    (After all, you did get it for free!)
  25.  
  26.  ----------------------------------------------------------------------------
  27.  DISTRIBUTION
  28.  ----------------------------------------------------------------------------
  29.  
  30.  IT IS PROHIBITED TO DISTRIBUTE GETTYPE WITHOUT THE FOLLOWING FILES:
  31.  
  32.  GetType/GT
  33.  GetType/GT.doc
  34.  GetType/GT.readme
  35.  GetType/GT_Types.txt
  36.  GetType/Libs/Idm.library
  37.  GetType/Libs/Idm.library.readme
  38.  GetType/Libs/FileID.library
  39.  
  40.  GETTYPE IS FREE, AND NO PROFIT SHOULD BE MADE FROM DISTRIBUTING IT.
  41.  
  42.  ----------------------------------------------------------------------------
  43.  OVERVIEW
  44.  ----------------------------------------------------------------------------
  45.  
  46.  GetType is a CLI/Shell program that enables the user to identify files via
  47.  a Shell/DOS prompt. It requires an 020 processor or better, and at least
  48.  version 39 (aka OS3.x) of the Amiga operation system. It also needs
  49.  Idm.library version 1 or later.
  50.  
  51.  The actual identification work is done by Idm.library (and FileID.library /
  52.  xfdmaster.library), currently this library recognizes over 1100 filetypes.
  53.  
  54.  Using the UFID and UXFD, you check now check files with a database of over
  55.  2000 filetypes.
  56.  
  57.  I recommend using an 030 CPU or better.
  58.  
  59.  ----------------------------------------------------------------------------
  60.  INSTALLATION
  61.  ----------------------------------------------------------------------------
  62.  
  63.  Simply copy the executable (GT) to the C: drawer, and Idm.library to the
  64.  LIBS: drawer. Copy FileID.library to LIBS: also, but check to see if you
  65.  already have a higher version already installed, if so you don't need to
  66.  install it.
  67.  
  68.  If you have xfdmaster.library or xvs.library installed then GetType
  69.  can take advantage of these systems. See USAGE section for more details.
  70.  
  71.  ----------------------------------------------------------------------------
  72.  PROGRAM USAGE
  73.  ----------------------------------------------------------------------------
  74.  
  75.  Once installation has been completed, you can now start the program. Simply
  76.  type GT at the Shell/DOS prompt to start it.
  77.  
  78.  The command line is as follows:
  79.  
  80.  ---> DIR/M <---
  81.  
  82.   Use this parameter to provide the locations of the files and dirs to
  83.   scan.
  84.  
  85.  ---> ALL/S <---
  86.  
  87.   Enter into sub-directories. When using this option the output can be a
  88.   little confusing on big HDs with deep directory trees.
  89.  
  90.   If you don't like the output, consider using the LFMT parameter. The
  91.   ALL option is not really designed to be used with the default output.
  92.  
  93.  ---> HL_U/S <---
  94.  
  95.   Highlight unknown files.
  96.  
  97.  ---> HL_K/S <---
  98.  
  99.   Highlight known files.
  100.  
  101.  ---> HELP/S <---
  102.  
  103.   A simple help page giving details on the parameters.
  104.  
  105.  ---> INFO/S <---
  106.  
  107.   More information on the currently installed version of Idm.library.
  108.  
  109.  ---> TYPES/S <---
  110.  
  111.   Display a (very long) list of all the filetypes known to the currently
  112.   installed version of Idm.library. If this list is too long, then press
  113.   CONTROL+C to break.
  114.  
  115.  ---> IDPAT/K <---
  116.  
  117.   An AmigaDOS pattern/wildcard string, used for finding certain filetypes.
  118.   For example, if you wanted to view only the filetypes recognized by
  119.   FileID.library then type something similar to this:
  120.  
  121.   GT <PutPathHere> <PutOptionsHere> UFID IDPAT=FID:#?
  122.  
  123.   Note: Uppercase and lowercase are both treated as the same.
  124.  
  125.  ---> DGEN/S <---
  126.  
  127.   Display general filetypes (Executable/Data) instead of a question mark '?'.
  128.  
  129.  ---> SC=SETCOMMENT/S <---
  130.  
  131.   Set file's comment with identification string. Don't use this feature if
  132.   you place great value on your file comments.
  133.  
  134.  ---> SI=SHOWICONS/S <---
  135.  
  136.   Show #?.info files. By default GetType does not show icon files.
  137.  
  138.  ---> IOLEN/N <---
  139.  
  140.   Specify a new read length. This value sets the amount of bytes to be loaded
  141.   off the start of each file, while scanning. Idm.library requires GT to load
  142.   about 2Kb from the start of each file in order to identify it. By using
  143.   this option you can force GT to load a smaller amount of bytes from each
  144.   file, doing this will result in less files being identified but a faster
  145.   performance.
  146.  
  147.   Any number below 4 will become 4.
  148.  
  149.   NOTE: If you use the UFID option the IOLEN parameter will be forced to at
  150.         least 1200 bytes. This is required because FileID.library needs a
  151.         minimum of 1200 bytes to be loaded off the start of each file, to
  152.         ensure a proper identification check.
  153.  
  154.         This is also the same for xfdmaster.library, about 5KB is required
  155.         for proper identification when using the UXFD=USEXFD/S parameter.
  156.  
  157.   For the best result, don't use either the UFID or UXFD parameters with the
  158.   IOLEN parameter.
  159.  
  160.  ---> UFID=USEFILEID/S <---
  161.  
  162.   Tells GT to use FileID.library for any unknown filetype encountered. v8+ of
  163.   this library is required. Any IDs made by this library will have a 'FID:'
  164.   prefix for clarity (except for LFMT's %2 code).
  165.  
  166.  ---> LFMT/K <---
  167.  
  168.   Perhaps one of GTs more powerful parameters, using this parameter allows
  169.   the user to create simple script/batch files or configure the output. At
  170.   the moment the default output is very ugly, so you might want to consider
  171.   using this option :) especially if you are using DOpus, DirWork, etc.
  172.  
  173.   This parameter is similar to the LIST command's LFORMAT parameter. The user
  174.   will pass a formatted string and GT will parse it with the desired
  175.   information.
  176.  
  177.   So for example if we wanted to delete all StoneCracker compressed files
  178.   in the C: drawer, we could type the following at a Shell prompt:
  179.  
  180.   GT c: all lfmt="delete %p%n FORCE" idpat=#?stc#? >ram:tempscriptfile
  181.   execute ram:tempscriptfile
  182.   delete ram:tempscriptfile
  183.  
  184.   In order to build the output string via the LFMT parameter we need
  185.   to know what format components codes are available:
  186.  
  187.   %% = insert a literal % character
  188.   %P = insert full path (same as %p%n, eg: dh0:mydrawer/myfile)
  189.   %p = insert path string (eg: dh0:mydrawer/)
  190.   %n = insert filename string (eg: myfile)
  191.   %l = insert entry type string (eg: F, LF, PF, etc.)
  192.   %s = insert size in bytes string (eg: 153432)
  193.   %S = insert size string (rounds off lengths to K, MB, GB, etc.)
  194.   %i = insert primary identifcation string.
  195.   %1 = insert identification result of Idm.lib
  196.   %2 = insert identification result of FileID.lib (without FID: prefix)
  197.   %3 = insert identification result of GT name matching.
  198.   %4 = insert identification result of xfdmaster.lib (without XFD: prefix)
  199.   %5 = insert identification result of xvs.lib (without XVS: prefix)
  200.   %c = insert file comment.
  201.   %b = insert the amount of blocks the file takes up.
  202.  
  203.   If you insert a '-' and THREE decimal digits immediately after the '%' you
  204.   can specify the width in characters you wish the string to fill. The
  205.   remainder of the string will be padded with spaces. This will let you
  206.   create more readable strings, but is not much use when creating script
  207.   files (as shown above).
  208.  
  209.   Remember when using the '-' symbol that you MUST put three decimal digits
  210.   after it. So NEVER use %-8n, use %-008n instead.
  211.  
  212.   If you want a full path use %P and not %p%n, remember these format codes
  213.   are case sensitive. I hear you ask: What is the point of having %P when
  214.   %p%n does the same job? Well the answer is: %P works better with the
  215.   '-' symbol. Simple.
  216.  
  217.   If the string is bigger than the number you pass with the '-' symbol, then
  218.   the bounds will be broken. If you want to limit the amount of characters
  219.   inserted, then you can append a '.' (period) followed by a THREE digit
  220.   number that will specify the maximum allowed characters.
  221.  
  222.   It you need spaces in your LFMT string remember to enclose it in "double
  223.   quotes" (eg: LFMT="File %n is %i").
  224.  
  225.   If all this seems complicated, thats because it is :) This parameter is
  226.   for the advanced Amiga user only.
  227.  
  228.   Believe it or not, but you can create a more readable GT output by using:
  229.  
  230.   gt dh0: all lfmt="%-040.040P %-028.028i %s" dgen
  231.   
  232.  ---> FIDTYPES/S <---
  233.  
  234.   Display a (very long) list of all the filetypes known to the currently
  235.   installed version of FileID.library. If this list is too long, then press
  236.   CONTROL+C to break.
  237.  
  238.  ---> NNM=NONAMEMATCH/S <---
  239.  
  240.   Since version 1.12, GT now attempts to identify files via their names.
  241.   Passing this option will force GT not to do any name matching. For
  242.   example, GT is able to recognize a standard Amiga run-time libary by
  243.   checking to see if the name matches *.library. The NONAMEMATCH option
  244.   will disable this method of identification.
  245.  
  246.  ---> NAMETYPES/S <---
  247.  
  248.   Display all known name prefixes/extensions (aka name types) types known
  249.   internally to GetType. Since v1.12 GT has its own internal database of
  250.   common filename prefixes/extensions, using this, GT can dertermine basic
  251.   filetypes. Passing this option GT will enable you to see all known
  252.   prefixes/extensions known to GT.
  253.  
  254.  ---> REQ/S <---
  255.  
  256.   This will enable you to force the output to a requester instead of the
  257.   Shell window. To use this option you must specify the LFMT parameter.
  258.   The LFMT parameter is used to construct the body text of the requester.
  259.   If you want a newline inside the requester use a *n or a \n inside the
  260.   LFMT string.
  261.  
  262.   For example: gt c: LFMT="%P\n\nIdentification is:\n\n%i" REQ DGEN
  263.  
  264.   Notes:
  265.  
  266.   1. Currently the requester is opened on the default public screen.
  267.   2. Each line is centred, there is currently *NO* way around this! But
  268.      using the '-' after an LFMT code might solve this problem.
  269.  
  270.   Some people may prefer this option, especially if DOpus or DirWork is
  271.   being used.
  272.  
  273.  ---> UXFD=USEXFD/S <---
  274.  
  275.   If you supply this argument, GT will use the powerful xfdmaster.library
  276.   to scan for compressed files. You *MUST* have the XFD system setup
  277.   correctly on your system to take advantage of this parameter.
  278.  
  279.   The XFD system is currently maintained by Dirk Stöcker and the lastest
  280.   version can be found on the Aminet at: util/pack/xfdmaster.lha.
  281.  
  282.  ---> XE=XFDEXTERN/S <---
  283.  
  284.   Tell xfdmaster.library to use the external slaves. For more information
  285.   on the external slave system used by XFD, please refer to the XFD
  286.   documentation.
  287.  
  288.   There is no point in using this parameter if you are not using the
  289.   UXFD=USEXFD/S parameter.
  290.  
  291.  ---> XFDTYPES/S <---
  292.  
  293.   Display a (very long) list of all the cruncher types known to the currently
  294.   installed version of xfdmaster.library. If this list is too long then press
  295.   CTRL+C to break.
  296.  
  297.  ---> CFV=CHECKFORVIRUSES/S <---
  298.  
  299.   Since GT 1.14, if you supply this argument, GT will use the powerful
  300.   xvs.library to scan for viruses. You *MUST* have the XVS system setup
  301.   correctly on your system to take advantage of this parameter.
  302.  
  303.   Any viruses encountered will be prefixed with XVS: (except when using the
  304.   LFMT paramter).
  305.  
  306.   GetType only identifies viruses and does NOT kill them, nor does it
  307.   attempt to fix your files. This is up to you. If GetType finds a virus
  308.   on your system then I recommend that you check the files in question
  309.   with an up to date virus killer.
  310.  
  311.   Note: Using this feature will greatly slow down GT, because the whole
  312.         file is loaded into memory.
  313.  
  314.   The XVS system is currently maintained by Georg Hörmann and the lastest
  315.   version can be found on the Aminet.
  316.  
  317.  ---> XVSTYPES/S <---
  318.  
  319.   Display a (very long) list of viruses known to the current version of
  320.   xvs.library. Bootblocks viruses are not shown. If this list is too
  321.   long then press CONTROL+C to break.
  322.  
  323.  ----------------------------------------------------------------------------
  324.  INFORMATION & EXTRA NOTES
  325.  ----------------------------------------------------------------------------
  326.  
  327.  GT (by default) does not display icon files, use the SI=SHOWICONS/S option
  328.  to override this. If you notice some short pauses while running GT, this is
  329.  normally the icon files (#?.info) being skipped.
  330.  
  331.  For each release of Idm.library the IOLEN can change. For Idm.library v1.85
  332.  it stands at 1470 bytes. This might seem like a lot but since harddrives are
  333.  getting faster these days, who cares?
  334.  
  335.  The output of GT will be faster if a console patch like KingCON is not used.
  336.  (KingCON tends to slow down while updating its scroller gadget and history
  337.  text buffer)
  338.  
  339.  If scanning big harddrives I recommend you redirect the output of GT, for
  340.  example: GT dh0: all >ram:GT_output.txt, doing this will make life faster :)
  341.  It will also give you a big output file! So make sure you have a lot of
  342.  spare storage space in the destination drawer.
  343.  
  344.  ----------------------------------------------------------------------------
  345.  THE OUTPUT
  346.  ----------------------------------------------------------------------------
  347.  
  348.  Here is an example of GetTypes output in Shell window:
  349.  
  350.  Store:Visual/
  351.  
  352.  Spin.IFF                   - IFF ILBM picture                 - F      5420
  353.  test1.anim8L               - IFF Animation file               - F     13080
  354.  test1.anim5                - IFF Animation file               - F      9258
  355.  XenonII_sprites.ilbm       - IFF ILBM picture                 - F      9110
  356.  Monsters of Terror         - IFF ILBM picture                 - F     33068
  357.  walkman                    - IFF ILBM picture                 - F     18554
  358.  SampleFont_EMCVol8.ilbm    - IFF ILBM picture                 - F     11570
  359.  samplegfx01.ilbm           - IFF ILBM picture                 - F     32220
  360.  
  361.  (END OF DIR)
  362.  
  363.  The output is divided into four sections these are:
  364.  
  365.  1.       File name - Name of the file processed.
  366.  2.  Identification - Identification of the file.
  367.  3. File entry type - This will be one of the following:
  368.  
  369.                       RT   =       ST_ROOT
  370.                       UD   =       ST_USERDIR
  371.                       SL   =       ST_SOFTLINK
  372.                       LD   =       ST_LINKDIR
  373.                       F    =       ST_FILE
  374.                       LF   =       ST_LINKFILE
  375.                       PF   =       ST_PIPEFILE
  376.                       ??   =       Unknown type
  377.  
  378.                       RT, UD, SL, LD will not appear in this version of GT.
  379.  
  380.  4.     File length - Length of the file in bytes
  381.  
  382.  
  383.  ----------------------------------------------------------------------------
  384.  HOW GETTYPE WORKS
  385.  ----------------------------------------------------------------------------
  386.  
  387.  GetType uses a standard Amiga run-time library known as Idm.library, (short
  388.  for IDentification Master). This library holds the actual information
  389.  required by GT to determine a file's type.
  390.  
  391.  When you run GT, GT loads Idm.library into memory. GT then scans each file
  392.  in the specified directory and loads a certain amount of bytes off every
  393.  one it encounters. It then passes this data to Idm.library which then
  394.  attempts to identify the file via a process called DNA (for lack of a better
  395.  word) matching.
  396.  
  397.  Most data files produced by applications normally contain some sort of an ID
  398.  string, for example an OctaMED module would contain the one of the following
  399.  DNA strings at offset 0 into the file: MMD0, MMD1, MMD2 or MMD3. Idm.library
  400.  contains many such DNA strings, each DNA string has a description associated
  401.  with it, this is what you see if Idm.library is able to match a DNA string.
  402.  
  403.  But a major problem with this method is, there's a very high rate of
  404.  incorrect matches! Say for example you create a text file and at the VERY
  405.  beginning (that means no spaces or newlines) of this file you typed
  406.  'AMOS Basic V1.00' (must be exactly as you see it here without the quotes!)
  407.  Idm.library would pick this up as an AMOS source code file when you scan
  408.  the directory that this text file resides in with GT. But we know that this
  409.  is just a simple text file. So the user (thats you!) must use his or her's
  410.  common sense to determine what GT matches are correct and what matches are
  411.  not correct.
  412.  
  413.  ----------------------------------------------------------------------------
  414.  COPYRIGHT
  415.  ----------------------------------------------------------------------------
  416.  
  417.  GetType is copyright © 1999 Andrew Bell. This software is FREEWARE.
  418.  
  419.  Commercial use of this program (and related files) is prohibited.
  420.  
  421.  FileID.library is copyright © 1998 Oliver Lange (BLOODROCK). Full package
  422.  can be found on Aminet: utils/libs dir.
  423.  
  424.  ----------------------------------------------------------------------------
  425.  PROGRAM HISTORY
  426.  ----------------------------------------------------------------------------
  427.  
  428.  History for GT versions 1.0-1.9 not documented, early test versions.
  429.  
  430.  1.10 (31.Jan.1999) - Aminet release.
  431.  
  432.   o First public release via Aminet.
  433.  
  434.  1.11 (07.Feb.1999) - Aminet release.
  435.  
  436.   o Idm.library 1.19 had a bug in it that stop it from working with OS40
  437.     (WB3.1) or greater. This was a very stupid bug. Delete this version if
  438.     you encounter it.
  439.   o Some minor changes made to the main program.
  440.   o Cleaned up the document, looks nicer :-)
  441.   o GT now shows the amount of files hidden from view.
  442.   o Removed tabs from the help page.
  443.   o Added LFMT parameter.
  444.   o Now includes version 8 of FileID.library. Thanks Darek!
  445.   o Add FIDTYPES options.
  446.   o The help page stated in 1.10 that GT required Idm.library version 0,
  447.     this is wrong it should have been version 1.
  448.  
  449.  1.12 (18.Feb.1999) - Aminet release.
  450.  
  451.   o GT is now able to determine a file's type via its filename.
  452.   o Added NNM=NONAMEMATCH/S parameter.
  453.   o Added NAMETYPES/S parameter.
  454.   o Extended LFMT parameter, added %1, %2 and %3 format codes.
  455.   o For completeness I added support for C style newlines \n in the LFMT
  456.     parameter.
  457.   o The output of GT can now be forced to a WB requester by using the
  458.     REQ/S parameter.
  459.   o More minor internal changes.
  460.   o GT has more tolerance now when it comes to errors. It won't quit
  461.     on the first error it encounters, instead it will attempt to
  462.     continue with the scan.
  463.   o You can now pass more then one file/dir name to GT in a single command
  464.     line. This makes GT more powerful when used with DOpus or DirWork.
  465.   o Extended the LFMT parameter by adding the %c format code. This will
  466.     enable you to insert file comments into the output.
  467.   o Also added the %b code to the LFMT parameter, this enables the user
  468.     to insert the amount of blocks a file takes up.
  469.   o For convenience, I added GT_Types.txt to the archive.
  470.  
  471.  1.13 (26.Apr.1999) - Aminet release.
  472.  
  473.   o GT did not check the OS version before starting - Whoops!
  474.   o You can now use the powerful xfdmaster.library by Georg Hörmann & Dirk
  475.     Stöcker to check for compressed files that Idm.library does not know.
  476.     The following parameters have been added to enable the user to bring in
  477.     xfdmaster.library: UXFD=USEXFD/S, XE=XFDEXTERN/S and XFDTYPES/S. GT now
  478.     has a large database of filetypes!
  479.   o LFMT has been extended, it now supports XFD. Use LFMT code %4 to
  480.     obtain the result of xfdmaster.library.
  481.   o The INFO parameter has been extended. It now displays more information.
  482.   o GT now breaks first time (CTRL+C) when the user specifies many #?TYPES
  483.     parameters (eg: GT TYPES FIDTYPES NAMETYPES XFDTYPES).
  484.   o GT now has EVEN MORE tolerance when it comes to errors.
  485.   o Fixed some spelling mistakes in the document. I type too fast :)
  486.   o Made some minor internal changes and optimizations.
  487.  
  488.  1.14 (13.Aug.1999) - Limited beta release.
  489.  
  490.   o Reworked GT's exit and cleanup routines.
  491.   o Source code ported to the Hisoft/Maxon C++ compiler.
  492.   o I made a lot of internal changes.
  493.   o Some extra nametypes added.
  494.   o Due to requests, directories are now displayed in the output.
  495.   o Virus checking added, via xvs.library. This feature can be activated
  496.     with the CFV=CHECKFORVIRUSES/S parameter.
  497.   o Added the XVSTYPES/S parameter for listing all virus types known to
  498.     xvs.library.
  499.   o Extended INFO/S option to include information about xvs.library.
  500.   o Extended the LFMT parameter to support xvs, use LFMT code %5 to
  501.     obtain the result of xvs.library.
  502.   o The ALL/S now tells the user what directory it's entering, leaving
  503.     or continuing with.
  504.   o Removed some potential enforcer hits, when an empty file was encountered
  505.     and the LFMT parameter was being used.
  506.   o Fix a small bug concerning the USEXFD/S parameter.
  507.   o Extended the HELP/S parameter list to include new xvs options.
  508.   o If GT can't lock a dir, it now displays the name the dir with and error
  509.     instead of just saying "object not found" or similar.
  510.   o Totally reworked the printing routines inside GT. As a result output
  511.     speed has increased by about 5-10% - /me thinks :).
  512.   o Extended the internal nametypes routines. GetType now attempts to
  513.     identify a file via it's prefix, not just the suffix/extension.
  514.   o Added lots of filetype prefixes to the database. Mostly music module
  515.     formats, for now.
  516.   o Updated NAMETYPES/S parameter to show prefix database.
  517.   o All the listing options (TYPES, NAMETYPE, XFDTYPES, ...) now count
  518.     from 1. This makes life less confusing :)
  519.   o Some extra bits added to the doc.
  520.   o GetType now includes it's compile time, right down to the second -
  521.     thanks to the Maxon compiler. This can be seen in the help page (use
  522.     the HELP/S parameter). Hmm, I wonder if that can be considered a
  523.     feature :)
  524.  
  525.  1.14b (15.Aug.1999) - Aminet release.
  526.  
  527.   o Fixed a small bug. GetType was printing an incorrect figure at the end
  528.     of the scan. The amount of entries processed figure, did not include
  529.     directories.
  530.  
  531.  ----------------------------------------------------------------------------
  532.  ADDITION INFORMATION
  533.  ----------------------------------------------------------------------------
  534.  
  535.  GetType is not pure nor re-entrant. So don't even think about making it
  536.  resident. Maybe future versions will support this, but this one does not,
  537.  because generating such code makes the executable bigger (Well, using my
  538.  methods anyway!).
  539.  
  540.  But what's the point in making programs resident these days when HDs are
  541.  so fast?
  542.  
  543.  ----------------------------------------------------------------------------
  544.  TODO
  545.  ----------------------------------------------------------------------------
  546.  
  547.  AmigaGuide / HTML documentation!
  548.  
  549.  Maybe an installer script, but the package is still small.
  550.  
  551.  Config file, so the user does not have to type the same parameters at the
  552.  Shell prompt every time when starting GT.
  553.  
  554.  Add a format code to the LFMT parameter that will enable the user to insert
  555.  the file's date into the output string.
  556.  
  557.  ----------------------------------------------------------------------------
  558.  THANKS
  559.  ----------------------------------------------------------------------------
  560.  
  561.  To Oliver Lange (aka BLOODROCK) for creating FileID.library. 
  562.  
  563.  To Dariusz Gac for helping me solve the problems with v1.10 and for giving
  564.  me the idea for the LFMT parameter. Also, sorry for spelling your name wrong
  565.  in the 1.11 docs :)
  566.  
  567.  To Rick Hodger for helping me test GT and his bug reports.
  568.  
  569.  To Dirk Stöcker for pointing out various problems Idm.library was having
  570.  identifying some files. Thanks also for maintaining the XFD system and
  571.  sharing your knowledge on various compressed (+ archive) file formats.
  572.  
  573.  To Georg Hörmann for creating the XFD system (And making it one of the
  574.  easiest systems to program - wish I could say the same about Idm.library :)
  575.  
  576.  To StarBlazer for his suggestions on Idm.library. Maybe they will be
  577.  implemented in v2 of Idm.library (Yes, I'm still working on it!).
  578.  
  579.  To James L Boyd for testing Idm.library with Blitz Basic 2. And sending
  580.  loads of developer stuff for Blitz.
  581.  
  582.  To Richard Lane for allowing me to use filetypes from his excellent
  583.  Magnum Opus package.
  584.  
  585.  <--- your name could be here :) --->
  586.  
  587.  Thanks to all of those people who bothered to send bug reports and offered
  588.  suggestions. Sorry if I forgot about you.
  589.  
  590.  ----------------------------------------------------------------------------
  591.  THE AUTHOR
  592.  ----------------------------------------------------------------------------
  593.  
  594.  send info, filetypes, bug reports, ideas, suggestions, anything, etc. too:
  595.  
  596.                   Andrew Bell : andrew.ab2000@bigfoot.com
  597.  
  598.                 (remember to put 'GetType' in the subject)
  599.  
  600.              Visit: http://www.homeusers.prestel.co.uk/ab2000
  601.  to get the latest release of this program and to see all of my other work.
  602.  
  603.  
  604.